Creates a list with all the item containers present in the Hierarchical Presenter at
the moment of invocation.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public IList<T> ToList<T>() where T : C1HierarchicalPresenter |
| Visual Basic |
|---|
Public Function ToList(Of T As C1HierarchicalPresenter) As IList(Of T) |
Type Parameters
- T
- The type of the container, e.g. C1TreeViewItem